projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3afad22
)
(python-eldoc-function): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 27 Sep 2007 21:23:43 +0000
(21:23 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 27 Sep 2007 21:23:43 +0000
(21:23 +0000)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 2d386e109d9e030d44abfeff0f05e97ee3bed4bd..ea4f620faaddf78a6d689c2427ebb72266b2ce43 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1620,7
+1620,7
@@
The result is what follows `_emacs_out' in the output."
;; Fixme: Is there anything reasonable we can do with random methods?
;; (Currently only works with functions.)
(defun python-eldoc-function ()
- "`eldoc-
print-current-symbol-info
' for Python.
+ "`eldoc-
documentation-function
' for Python.
Only works when point is in a function name, not its arg list, for
instance. Assumes an inferior Python is running."
(let ((symbol (with-syntax-table python-dotty-syntax-table